Port Bug Report: pg_dump does incorrect save of permissions in 6.4 - Mailing list pgsql-ports

From Henry B. Hotz
Subject Port Bug Report: pg_dump does incorrect save of permissions in 6.4
Date
Msg-id v04020a0fb3985d9cb9fb@[137.78.84.130]
Whole thread Raw
In response to Port Bug Report: calling notify in pl/pgsql proc causes core dump  (Unprivileged user <nobody>)
Responses Re: [PORTS] Port Bug Report: pg_dump does incorrect save of permissions in 6.4  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [PORTS] Port Bug Report: pg_dump does incorrect save of permissions in 6.4  (Herouth Maoz <herouth@oumail.openu.ac.il>)
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Henry B. Hotz
Your email address      : hotz@jpl.nasa.gov

Category                : runtime: back-end
Severity                : serious

Summary: calling notify in pl/pgsql proc causes core dump

System Configuration
--------------------
  Operating System   : Solaris 2.5

  PostgreSQL version : 6.4

  Compiler used      : gcc 2.7.2.2

Hardware:
---------
SPARCstation 5

Versions of other tools:
------------------------
N/A

--------------------------------------------------------------------------

Problem Description:
--------------------
pg_dump -z creates grant commands of the form
grant "all" on "hotz" to "hotz";
instead of
grant "all" on "table" to "hotz";

Don't know if this is fixed in newer dot revisions or 6.5.

--------------------------------------------------------------------------

Test Case:
----------
pg_dump -z <database> >db.backup

--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu

pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: calling notify in pl/pgsql proc causes core dump
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Win N